We have various replacements for what this function does, and we are not
calling it internally any more.
* with a call to gdk_window_process_updates().
*
* Returns: return from the event signal emission (%TRUE if
- * the event was handled)
- **/
+ * the event was handled)
+ *
+ * Deprecated: 3.22: Application and widget code should not handle
+ * expose events directly; invalidation should use the #GtkWidget
+ * API, and drawing should only happen inside #GtkWidget::draw
+ * implementations
+ */
gint
gtk_widget_send_expose (GtkWidget *widget,
GdkEvent *event)
GDK_AVAILABLE_IN_ALL
gboolean gtk_widget_event (GtkWidget *widget,
GdkEvent *event);
-GDK_AVAILABLE_IN_ALL
+GDK_DEPRECATED_IN_3_22
gint gtk_widget_send_expose (GtkWidget *widget,
GdkEvent *event);
GDK_AVAILABLE_IN_ALL